home *** CD-ROM | disk | FTP | other *** search
/ WWII Attack! from Pearl Harbor to Potsdam / WWII Attack - From Pearl Harbor to Potsdam - Disc 3.iso / pc / us / shared.cst / 00025_Script_25 < prev    next >
Text File  |  1999-11-23  |  382b  |  16 lines

  1. on clickButton me
  2.   puppetSound "click down"
  3.   set variable to the castNum of sprite me
  4.   set the castNum of sprite me to variable + 1
  5.   updateStage
  6.   repeat while the stillDown or soundBusy (1)
  7.   end repeat
  8.   puppetSound "click up"
  9.   set the castNum of sprite me to variable
  10.   updateStage
  11.   repeat while soundBusy (1)
  12.   end repeat
  13.   puppetSound 0
  14.   updateStage
  15. end
  16.